home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / bbsutils / bgfax120.arj / HELPME.ARJ / FD-HAYES.TXT < prev    next >
Text File  |  1994-03-24  |  2KB  |  56 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with FD 2.12/SW and Class 1 modems    03-24-94
  3. B.J. Guillot
  4. FidoNet 106/400                              InterNet: st1r8@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. Keep in mind that fax commands cannot be stored in NVRAM.
  8.  
  9. Here is the relevant information from FDSETUP ...
  10.  
  11. [FDSETUP] Modem -> Command Strings
  12.   Dial ..... AT
  13.    Prefix .. +FCLASS=0;DT
  14.   Init-1 ... ATHZ|
  15.  
  16. [FDSETUP] Modem -> Answer control
  17.   Manual answer    Yes
  18.   Force answer ... AT+FCLASS=1|~AT+FAE=1;A|
  19.   Answer delay ... 2
  20.  
  21. The "at+fae=1" causes the modem to answer adaptively, i.e., to automatically
  22. determine whether the incoming call is fax or data and return the response
  23. to the modem.  The Answer delay may need to be modified if you are using
  24. Caller ID in the Supra LC modem or an external box with the Hayes 288.
  25.  
  26. [FDSETUP] Modem -> Default Settings -> Messages
  27.   Fax ... FAX
  28.  
  29. [FDSETUP] Mailer -> Errorlevels
  30.   Fax ... 255
  31.  
  32. FDRUN.BAT should contain something similar to ...
  33.  
  34. @echo off
  35. c:
  36. cd\fd
  37. fd
  38. if errorlevel 255 goto fax 
  39. if errorlevel 103 maint.bat
  40. if errorlevel 102 toss.bat
  41. if errorlevel 101 local.bat
  42. if errorlevel 100 dobbs.bat
  43. goto end
  44. :fax
  45.   rem ---1 is for com1 and z is for zfax format
  46.   bgfax /fhay:713_555_1212 c:\bgfax 1 z
  47.   rem ---if that fails, try /fax:713_555_1212
  48.   fdrun.bat
  49. :end
  50.  
  51. ==========================================================================
  52.  
  53. Regards,
  54. B.J. Guillot
  55.  
  56.